crypto/tls.cipherSuite.id (field)
12 uses
	crypto/tls (current package)
		cipher_suites.go#L136: 	id uint16
		cipher_suites.go#L647: 		if cipherSuite.id == id {
		handshake_client.go#L629: 	if hs.c.config.CipherSuites == nil && !needFIPS() && rsaKexCiphers[hs.suite.id] {
		handshake_client.go#L633: 	if hs.c.config.CipherSuites == nil && !needFIPS() && tdesCiphers[hs.suite.id] {
		handshake_client.go#L638: 	hs.c.cipherSuite = hs.suite.id
		handshake_client.go#L907: 	if hs.session.cipherSuite != hs.suite.id {
		handshake_server.go#L373: 	c.cipherSuite = hs.suite.id
		handshake_server.go#L375: 	if c.config.CipherSuites == nil && !needFIPS() && rsaKexCiphers[hs.suite.id] {
		handshake_server.go#L379: 	if c.config.CipherSuites == nil && !needFIPS() && tdesCiphers[hs.suite.id] {
		handshake_server.go#L521: 	hs.hello.cipherSuite = hs.suite.id
		handshake_server.go#L522: 	c.cipherSuite = hs.suite.id
		handshake_server.go#L559: 	hs.hello.cipherSuite = hs.suite.id
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |